home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / comm / mb_hld11.zip / MB-HOLD.INI < prev    next >
Text File  |  1996-09-01  |  2KB  |  91 lines

  1. ;Sample INI-FILE for MB-HOLD v1.1
  2. ;
  3. ;These are the same filename's as the PB-language files. Eg. if your language
  4. ;file is "DUTCH.PBL", then you can specify here an alternative INI-file for
  5. ;that particular language. BUT... THE EXTENSION MUST BE .INI !!!
  6. ;If NO redirection to a INI file could be found, the INI-file must be called
  7. ;MB-HOLD.INI !!!
  8. ;
  9. ENGLISH=G:\BBS\PB\HOLD-ENG.INI
  10. DUTCH=G:\BBS\PB\HOLD-DUT.INI
  11. ;
  12. ;
  13. ;
  14. ;
  15. ;If No redirection to the language-file is found, these values will be used:
  16. ;
  17. ;
  18. ;The name of the ANSI file
  19. ;
  20. ANSI=MB-HOLD
  21. ;
  22. ;THe number of your netmailarea in ProCfg!
  23. ;
  24. NETMAILAREA=300
  25. ;
  26. EXCLUDE1=Wim Jans
  27. EXCLUDE2=BRE System
  28. EXCLUDE3=FE System
  29. ;EXCLUDE4=
  30. ;EXCLUDE5=
  31. ;
  32. DISPLAYTYPE=1
  33. ;
  34. ;X1=Column for address
  35. X1=12
  36. ;X2=Column for destination
  37. X2=35
  38. ;X3=Column for the type of mail (file-attached or just mail)
  39. X3=60
  40. ;
  41. ;Y1=First Row
  42. Y1=6
  43. ;Y2=Last Row
  44. Y2=20
  45. ;
  46. ;Here you can specify which header must be displayed on the ANSI.
  47. ;See DOC-file for the structure of the colors ;-))
  48. ;HEADER-X and HEADER-Y are the coordinates of course;-)))
  49. ;
  50. HEADER=@X71The following mail is waiting on this system:
  51. HEADER-X=17
  52. HEADER-Y=2
  53. ;
  54. ;Here you can specify which footer must be displayed on the ANSI.
  55. ;See DOC-file for the structure of the colors ;-))
  56. ;FOOTER-X and FOOTER-Y are the coordinates of course;-)))
  57. ;
  58. FOOTER=@X71Press any key to continue...
  59. FOOTER-X=26
  60. FOOTER-Y=22
  61. ;
  62. ;TITLE-1 is the title for the NodeNumbers
  63. ;TITLE-2 is the title for the Destination
  64. ;TITLE-3 is the title for the Type
  65. ;See also in the DOC-file for the structure of the colors!!
  66. ;TITLE-Y is the ROW-coordinate. The X-coordinate is already given
  67. ;by X1 and X2 (see above)
  68. ;
  69. TITLE-1=@X75Address
  70. TITLE-2=@X75Destination
  71. TITLE-3=@X75Mail  File
  72. TITLE-Y=5
  73. ;
  74. ;
  75. ;This is a very difficult entry to explain. This is the clearline which will
  76. ;be used to clear the screen if their is more then 1 page of waiting netmail.
  77. ;Be sure that you fill in the line with spaces!!! Therefor I've put also a
  78. ;color structure at the end of the line, but this isn't necessary!
  79. ;
  80. CLEARLINE=@X7E                                                            @X7E
  81. ;
  82. COLOR-ADDRESS=@X7E
  83. COLOR-SEPARATOR=@X74
  84. COLOR-DESTINATION=@X7E
  85. COLOR-STATUS=@X71
  86. ;
  87. COLOR-ADDRESS-USER=@XFE
  88. COLOR-SEPARATOR-USER=@XF4
  89. COLOR-DESTINATION-USER=@XFE
  90. COLOR-STATUS-USER=@XF1
  91.